home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1534 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  3.3 KB

  1. Path: athena.ulaval.ca!aac567
  2. From: aac567@agora.ulaval.ca (SYLVAIN PARENT)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: A3000 Problems
  5. Date: 20 Jan 1996 15:16:47 GMT
  6. Organization: Universite Laval
  7. Message-ID: <4dr10v$2m8@athena.ulaval.ca>
  8. NNTP-Posting-Host: agora.ulaval.ca
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. >  Simo Naukkarinen (simo@tna.nullnet.fi) wrote:
  12. >> I've got a strange problem. I own an A3000, and I've got a 340MB
  13. >> Quantum Prodrive hard disk in it. I'm using soft Kickstart 40.70.
  14. >> When the system is loaded and I reset it from the keyboard (Ctrl+
  15. >> Amiga+Amiga) the machine will blank the screen, then flash the
  16. >> white screen as it should do, but after this event it just starts
  17. >> (obviously) reading data from SCSI-bus and gets stuck. This also
  18. >> happens if I go to boot menu, after which the system boots up
  19. >> again (on KS3.x) and gets stuck. Any ideas?
  20. >> I must also mention that this didn't happen on another hard disk
  21. >> (under KS3.x) I tried, and if I boot using soft Kickstart 37.175
  22. >> keyboard reset and boot menu work all right, even if that Quantum
  23. >> LPS 340MB drive is attached.
  24.  
  25. > I know an another harddisk that works OK with this machine. Unfortunately it
  26. > crashed and I'm waiting for a new one. This current drive is from my old
  27. > machine. Could it have something to do with SCSI-terminators?
  28.  
  29. Right on !  I solved this problem last night !  It's a SCSI termination 
  30. problem.  Don't look at the terminators, look at the cable !  Mine has
  31. 4 connectors on, and the drives were connected at both ends, and it was
  32. hooked to the 3000 by one of the middle connectors:
  33.  
  34.                    HD I   CONT I  FREE I     I HD              I CD 
  35.                       I        I       I     I                 I
  36.                       I--------I-------I-----I                 I
  37.                                I                               I
  38.                                I-------------------------------I
  39.  
  40.                   |<-----   internal  --------->|<----- external ---->|
  41.  
  42. If you look carefully at this diagram, you'll see that the way this 
  43. cable was connected introduced a Y division on the SCSI bus, which is a 
  44. thing to avoid (so I read in a posting from another group).
  45. The solution is simply to connect the SCSI internal cable to the 3000 by
  46. one of the ends, and moving the other internal units on the other end of
  47. the cable, therefore removing the Y in the chain.  Be careful to put one
  48. device to the other end of the cable (dont let this connector free) because 
  49. this will eliminate unwanted reflexions. Termination must then be left on both
  50. ends of the whole SCSI chain (internal + external) that is :
  51.  
  52.                CONT (NT)     FREE      HD (NT)   HD (T)         CD (T)
  53.                    I          I          I         I              I
  54.                    I          I          I         I              I
  55.                    I----------I----------I---------I              I
  56.            I                                              I 
  57.                    I----------------------------------------------I
  58.               
  59.              |<--------- internal  ------------------->|<---- external  ->|
  60.  
  61. (where NT: no termination
  62.         T: termination    )
  63.  
  64. My guess is that 3.x scsi software is fine-tuned and much more sensible
  65. to badly configured SCSI busses than 2.x was.
  66.  
  67. Hope this helps...
  68.                                                Sylvain Parent
  69.  
  70.  
  71.  
  72.